home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / mosmllib / test / test.sml < prev    next >
Encoding:
Text File  |  1997-08-18  |  590 b   |  34 lines  |  [TEXT/R*ch]

  1. (* File test/test.sml, main file for Standard Library test cases *)
  2. (* Moscow ML Unix version *)
  3.  
  4. (* open OS; *)                (* MOSML *)
  5.  
  6. app use
  7. ["array.sml",
  8.  "array2.sml",
  9.  "arraysort.sml",            (* MOSML *)
  10.  "bytechar.sml",
  11.  "date.sml",
  12.  "filesys.sml",
  13.  "general.sml",
  14.  "int.sml",
  15.  "list.sml",
  16.  "listpair.sml",
  17.  "listsort.sml",            (* MOSML *)
  18.  "math.sml",
  19.  "real.sml",
  20.  "string.sml",
  21.  "stringcvt.sml",
  22.  "substring.sml",
  23.  "textio.sml",
  24.  "time.sml",
  25.  "timer.sml",
  26.  "unixpath.sml",
  27.  "vector.sml",
  28.  "word.sml",
  29.  "word8.sml",
  30.  "word8array.sml",
  31.  "word8vector.sml"];
  32.  
  33. ignore(Process.exit Process.success);
  34.